Skip to content

Fix ToC hiding if in a hidden notebook section#51

Merged
disberd merged 3 commits intomasterfrom
fix_toc_hiding
Jan 5, 2026
Merged

Fix ToC hiding if in a hidden notebook section#51
disberd merged 3 commits intomasterfrom
fix_toc_hiding

Conversation

@disberd
Copy link
Copy Markdown
Owner

@disberd disberd commented Jan 5, 2026

This PR fixes a typo in the JS code that was causing the ToC to hide when inside a hidden section.
It also update the CSS to make cells that are hidden but with always-show-output to true to still have a non-zero height

@disberd disberd linked an issue Jan 5, 2026 that may be closed by this pull request
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.98%. Comparing base (7f8ca26) to head (6a1b7d7).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #51   +/-   ##
=======================================
  Coverage   98.98%   98.98%           
=======================================
  Files          16       16           
  Lines         791      791           
=======================================
  Hits          783      783           
  Misses          8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@disberd disberd merged commit 98d0f05 into master Jan 5, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ExtendedTableOfContents gets hidden when it should not

1 participant